ResolveAnimationResponse

data class ResolveAnimationResponse(remoteObject: RemoteObject)

Represents response frame that is returned from Animation#resolveAnimation operation call. Gets the remote object of the Animation.

See also

Constructors

ResolveAnimationResponse
Link copied to clipboard
fun ResolveAnimationResponse(remoteObject: RemoteObject)

Properties

remoteObject
Link copied to clipboard
val remoteObject: RemoteObject
Corresponding remote object.

Sources

jvm source
Link copied to clipboard